POV-Ray : Newsgroups : povray.general : Possible BUG in function-handling (V3.5) : Re: Possible BUG in function-handling (V3.5) Server Time
5 Aug 2024 18:17:13 EDT (-0400)
  Re: Possible BUG in function-handling (V3.5)  
From: ian badcoe REMOVE
Date: 14 Aug 2002 10:48:50
Message: <3d5a6b19.22903313@news.povray.org>
Possibly related to this, if I do:

#declare tlv = function(px, py, pz, dir) {
  <1, 2, 3>
}

I get:

Parse Error: Expected 'operand', < found instead

it seems to be similar whatever kind of float expression is in the
"<>".  And using "<>" in the concrete argument lists of a built-in or
user-defined function is the same.

This is POV 3.5 on a fully-patched win2k machine.

Ian B


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.